home *** CD-ROM | disk | FTP | other *** search
- /*
- ******************************************************************************
- * NCSA ImageTool 1.1 beta
- * Thu Sep 20 16:58:25 CDT 1990
- *
- * NCSA ImageTool 1.1 beta source code and documentation are in the public
- * domain.
- * Specifically, we give to the public domain all rights for future licensing
- * of the source code, all resale rights, and all publishing rights.
- *
- * We ask, but do not require, that the following message be included in all
- * derived works:
- *
- * Portions developed at the National Center for Supercomputing Applications at
- * the University of Illinois at Urbana-Champaign.
- *
- * THE UNIVERSITY OF ILLINOIS GIVES NO WARRANTY, EXPRESSED OR IMPLIED, FOR THE
- * SOFTWARE AND/OR DOCUMENTATION PROVIDED, INCLUDING, WITHOUT LIMITATION,
- * WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE
- *
- ******************************************************************************
- */
- /* cat > headers/newdefine.h << "EOF" */
- /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
- /* newdefine.h: new global definitions for ImageTool */
- /* 1.1 */
- /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
- /* SCCS information: %W% %G% */
-
- /* ---------------------- 1.1 additions ------------------------ */
-
- Frame entry_frame;
- Frame imagesave_box;
- Frame palsave_box;
-
- Panel entry_panel1, entry_panel2;
- Panel imagesave_panel;
- Panel palsave_panel;
-
- Panel_item entry_item1, entry_item2;
- Panel_item delete_but, delete_but_msg;
- Panel_item load_toggle, SDS_toggle;
- Panel_item imagesave_item, imagesave_toggle;
- Panel_item palsave_item, palsave_toggle;
-
- struct pal last_pal, curr_pal, default_pal;
-
- int loop_zoomed, flinear;
-
- unsigned char palette [768];
- /* EOF */
-